home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / D-Link dcm200 / WinXP / NetDLink.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-12-03  |  4.1 KB  |  143 lines

  1. ;============================================================================
  2. ;   Installation file for the D-Link USB Cable Modem
  3. ;   Copyright (C) 2000 D-Link Corporation
  4. ;============================================================================
  5.  
  6. [version]
  7. Signature   = "$Chicago$"
  8. Class       = Net
  9. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  10. CatalogFile = NetDLink.cat
  11. Provider    = %D-Link%
  12. DriverVer   = 12/04/2001, 1.0.2.25
  13. Compatible  = 1                    ; works with Win2K and Win9x
  14.  
  15. [Manufacturer]
  16. %V_MANUFACTURER% = D-Link
  17.  
  18. [D-Link]
  19. ;
  20. ; Display Name              Section           DeviceID
  21. ;_________________________________________________________________
  22. %ndiscm9414.DeviceDesc% =   ndiscm9414.ndi,   USB\VID_2001&PID_9414
  23.  
  24. [ControlFlags]
  25. ;
  26. ; Provides limited control on UI displays and events during installation.
  27. ; Must for any device on an enumerable bus like USB
  28. ;
  29. ExcludeFromSelect = USB\VID_2001&PID_9414
  30.  
  31. ;
  32. ; Windows 98 specific entry
  33. ;
  34. [ndiscm9414.ndi]
  35. AddReg = ndiscm9414.id.reg, ndiscm.9x.reg
  36. CopyFiles       = ndiscm.9x.CopyFiles
  37.  
  38. ;
  39. ; Windows 2000  specific entry
  40. ;
  41. [ndiscm9414.ndi.NT]
  42. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI ??
  43. BusType         = 15                         ; PNPBus
  44. AddReg          = ndiscm.nt.reg
  45. CopyFiles       = ndiscm.nt.CopyFiles
  46.  
  47. [ndiscm9414.ndi.nt.Services]
  48. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  49.  
  50. ;----------------------------------------------------------------------------
  51. ; Win9x id registry sections
  52. ; These are not needed by NT
  53. ;
  54. [ndiscm9414.id.reg]
  55. HKR, Ndi, DeviceID, 0, "USB\VID_2001&PID_9414"
  56.  
  57. ;-----------------------------------------------------------------------------
  58. ; WIN2K (NT) specific
  59. ;
  60. [ndiscm.nt.reg]
  61. HKR, Ndi,                       Service,    0, "ndiscm"
  62. ; use ndis5 as the upper bound because NT supports it
  63. HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
  64. HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
  65. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  66. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  67.  
  68. [ndiscm.Service]
  69. DisplayName     = %ndiscm.Service.DispName%
  70. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  71. StartType       = 3 ;%SERVICE_DEMAND_START%
  72. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  73. ServiceBinary   = %12%\NetDLink.sys
  74. LoadOrderGroup  = NDIS
  75. AddReg          = TextModeFlags.reg
  76.  
  77. [common.EventLog]
  78. AddReg = common.AddEventLog.reg
  79.  
  80. [common.AddEventLog.reg]
  81. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  82. HKR, , TypesSupported,   0x00010001, 7
  83.  
  84. [TextModeFlags.reg]
  85. HKR, , TextModeFlags, 0x00010001, 0x0001
  86.  
  87.  
  88. ;----------------------------------------------------------------------------
  89. ; Win9x specific
  90. ;
  91. [ndiscm.9x.reg]
  92. HKR, ,              DevLoader,          0, "*ndis"
  93. HKR, ,              DeviceVxDs,         0, "NetDLink.sys"
  94. HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
  95. ; memphis appears to not support the ndis5 upper range, so use ndis3
  96. HKR, Ndi\Interfaces,DefUpper,           0, "ndis3"
  97. HKR, Ndi\Interfaces,DefLower,           0, "ethernet"
  98. HKR, Ndi\Interfaces,UpperRange,         0, "ndis3"
  99. HKR, Ndi\Interfaces,LowerRange,         0, "ethernet"
  100.  
  101.  
  102. HKR, NDIS,          LogDriverName,      0, "NDISCM"
  103. HKR, NDIS,          MajorNdisVersion,   1, 03
  104. HKR, NDIS,          MinorNdisVersion,   1, 0A
  105.  
  106. HKR, Ndi\Install,   ndis3,              0, "ndiscm.install"
  107.  
  108. [SourceDisksNames]
  109. 1 = %Disk1%,,,
  110.  
  111. [SourceDisksFiles]
  112. NetDLink.sys = 1
  113.  
  114. ;-----------------------------------------------------------------------------
  115. ; DestinationDirs
  116. ;
  117. [ndiscm.nt.CopyFiles]
  118. NetDLink.sys,,,2
  119.  
  120. [ndiscm.9x.CopyFiles]
  121. NetDLink.sys,,,2
  122.  
  123. [DestinationDirs]
  124. DefaultDestDir = 10,System32\Drivers
  125. ndiscm.nt.CopyFiles = 12
  126. ndiscm.9x.CopyFiles = 11
  127.  
  128. [Strings]
  129. D-Link     = "D-Link"
  130. Disk1    = "Installation disk 1"
  131.  
  132. ;
  133. ; String that gets displayed while installing the device
  134. ;
  135. ndiscm9414.DeviceDesc = "D-Link USB Cable Modem"
  136.  
  137. ;
  138. ; NT Service name
  139. ;
  140. ndiscm.Service.DispName = "D-Link USB Cable Modem Driver"
  141. V_MANUFACTURER = "D-Link Corporation"
  142.  
  143.